golang.org/x/net/http2.serverConn.bodyReadCh (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L418: bodyReadCh: make(chan bodyReadMsg), // buffering doesn't matter either way
server.go#L564: bodyReadCh chan bodyReadMsg // from handlers -> serve
server.go#L965: case m := <-sc.bodyReadCh:
server.go#L2380: case sc.bodyReadCh <- bodyReadMsg{st, n}:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)